home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší hry / Nejlepsi hry.iso / hry / antz / Install.exe / {app} / Data / HTML / CSS / 2nd.css next >
Cascading Style Sheet File  |  2004-09-27  |  1KB  |  112 lines

  1. TABLE
  2. {
  3.   border: 0px;
  4.   width: 100%;
  5.   cell-padding: 0px;
  6.   border-collapse: collapse;
  7. }
  8. TD
  9. {
  10.   vertical-align: top;
  11.   text-align: left;
  12. }
  13. TH
  14. {
  15.   vertical-align: top;
  16.   text-align: center;
  17.   font-size: bold;
  18. }
  19.  
  20. BODY
  21. {
  22.   margin: 100px;
  23.   margin-top: 65px;
  24.   margin-bottom: 12px;
  25.  
  26.   cursor: default;
  27.  
  28.   bdackground-color: #ffffff;
  29.   background-repeat: no-repeat;
  30.  
  31.   scrollbar-face-color:#404040;
  32.   scrollbar-arrow-color:#ffffff;
  33.   scrollbar-highlight-color:#606060;
  34.   scrollbar-3dlight-color:#808080;
  35.   scrollbar-shadow-color:#202020;
  36.   scrollbar-darkshadow-color:#000000;
  37.   scrollbar-track-color:#ffffff;
  38. }
  39.  
  40. A
  41. {
  42.   color: #000000;
  43.   text-decoration: None;
  44. }
  45. A:hover
  46. {
  47.   color: #404040;
  48.   font-weight: bold;
  49.   text-decoration: none;overline
  50. }
  51.  
  52. *
  53. {
  54. font-size: 13pt;
  55. font-family: "Courier New";
  56. font-weight: regular;
  57. text-align: center;
  58. }
  59.  
  60. *.Price
  61. {
  62. font-size: 8pt;
  63. }
  64.  
  65.  
  66. *.Subtitle
  67. {
  68. font-size: 24pt;
  69. font-family: GothicI;
  70. font-weight: 900;
  71. }
  72.  
  73. *.Ast
  74. {
  75. font-size: 44pt;
  76. font-family: GothicI;
  77. font-weight: 900;
  78. }
  79.  
  80. H1
  81. {
  82. font-size: 64pt;
  83. font-family: GothicI;
  84. font-weight: 900;
  85. taxt-align: center;
  86. }
  87. H2
  88. {
  89. font-size: 18pt;
  90. }
  91. H3
  92. {
  93. font-size: 14pt;
  94. }
  95.  
  96. HR
  97. {
  98.   color: #000000;
  99.   height: 2px;
  100. }
  101. HR.quarter
  102. {
  103.   color: #000000;
  104.   height: 2px;
  105.   width: 25%;
  106. }
  107. HR.half
  108. {
  109.   color: #000000;
  110.   height: 2px;
  111.   width: 50%;
  112. }